home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Strategy Challenges Collection
/
Strategy Challenges Collection.iso
/
mac
/
DemoData
/
Shared.Cxt
/
00009.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-30
|
250 b
|
7 lines
WaitTime theSeconds
Use this function to hold continue looping on a frame for a number of seconds. Good for tempo stuff.
Example: This code fragment waits for 5.5 seconds regardless of the tempo setting.
on exitFrame
waitTime(5.5)
end exitFrame